home *** CD-ROM | disk | FTP | other *** search
/ Saar AMOK 2 / Saar AMOK II - Oktober 1994 (1994)(Kreativ Marketing)(DE)[!][I-7598].iso / disks / amok / amok_106 / flexcat / newcatalog.ct (.txt) < prev    next >
Amiga Catalog Translation file  |  1994-03-11  |  6KB  |  152 lines

  1. ## version 
  2. ## language 
  3. ## codeset 0
  4. ;   FlexCat:            The flexible catalog generator        V1.0
  5. ;   Copyright (C)   1993    Jochen Wiedmann
  6. ;   This program is free software; you can redistribute it and/or modify
  7. ;   it under the terms of the GNU General Public License as published by
  8. ;   the Free Software Foundation; either version 2 of the License, or
  9. ;   (at your option) any later version.
  10. ;   This program is distributed in the hope that it will be useful,
  11. ;   but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. ;   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13. ;   GNU General Public License for more details.
  14. ;   You should have received a copy of the GNU General Public License
  15. ;   along with this program; if not, write to the Free Software
  16. ;   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  17. ;   This file contains the catalog-definitions and the english strings
  18. ;   that are builtin.
  19. ;   Computer:    Amiga 1200            Compiler:    Dice 2.07.54 (3.0)
  20. ;   Author:    Jochen Wiedmann
  21. ;        Am Eisteich 9
  22. ;      72555 Metzingen
  23. ;        Tel. 07123 / 14881
  24. ;        Internet: wiedmann@mailserv.zdv.uni-tuebingen.de
  25. ;   The following defines a sequence of strings. Each definition looks as
  26. ;   follows:
  27. ;   MSG_STRING_NAME (num/minlen/maxlen)
  28. ;   text
  29. ;   where:
  30. ;   MSG_STRING_NAME is the name of the macro-definition, that will be used
  31. ;            to get the string.
  32. ;   num         is the number, which MSG_STRING_NAME will stand for
  33. ;   minlen        is the minimum length of "text" (this may be missing)
  34. ;   maxlen        is the maximum length of "text" (this may be missing
  35. ;            too)
  36. ;   text        is the text, the string will contain
  37. ;   Each definition is preceded by a remark, which tells what the string
  38. ;   is used for.
  39. ;   Error message: Out of memory.
  40. msgMemoryError
  41. ;Out of memory!
  42. ;   Warning message; must contain one %s (file), one %d (line number)
  43. msgWarning
  44. ;%s, Line %d; warning: \
  45. ;   Warning message: Expected hex character.
  46. msgExpectedHex
  47. ;Expected hex character (one of [0-9a-4A-F]).
  48. ;   Warning message: Expected octal character.
  49. msgExpectedOctal
  50. ;Expected octal character (one of [0-7]).
  51. ;   Error message: Cannot open catalog description; must contain one %s
  52. ;   (file name)
  53. msgNoCatalogDescription
  54. ;Cannot open catalog description %s.
  55. ;   Warning message: Too much Lengthbytes; must contain one %d (maximum).
  56. msgNoLengthBytes
  57. ;LengthBytes > %d (sizeof long) not possible.
  58. ;   Warning message: Unknown catalog description command.
  59. msgUnknownCDCommand
  60. ;Unknown catalog description command
  61. ;   Warning message: Unexpected blank.
  62. msgUnexpectedBlanks
  63. ;Unexpected blanks.
  64. ;   Warning message: Identifier expected.
  65. msgNoIdentifier
  66. ;Missing identifier.
  67. ;   Warning message: '(' expected.
  68. msgNoLeadingBracket
  69. ;Missing '('.
  70. ;   Warning message: Identifier number redeclared.
  71. msgDoubleID
  72. ;ID number used twice.
  73. ;   Warning message: Identifier redeclared.
  74. msgDoubleIdentifier
  75. ;Identifier redeclared.
  76. ;   Warning message: '/' expected (MinLen).
  77. msgNoMinLen
  78. ;Expected MinLen (character '/').
  79. ;   Warning message: '/' expected (MaxLen).
  80. msgNoMaxLen
  81. ;Expected MaxLen (character '/').
  82. ;   Warning message: ')' expected.
  83. msgNoTrailingBracket
  84. ;Expected ')'.
  85. ;   Warning message: Extra characters
  86. msgExtraCharacters
  87. ;Extra characters at the end of the line.
  88. ;   Warning message: Missing catalog string
  89. msgNoString
  90. ;Unexpected end of file (missing catalog string).
  91. ;   Warning message: String too short.
  92. msgShortString
  93. ;String too short.
  94. ;   Warning message: String too long.
  95. msgLongString
  96. ;String too long.
  97. ;   Error message: No catalog translation file; must contain one %s (file
  98. ;   name).
  99. msgNoCatalogTranslation
  100. ;Cannot open catalog translation file %s.
  101. ;   Warning message: Missing catalog translation command.
  102. msgNoCTCommand
  103. ;Missing catalog translation command. (Expected second '#'.)
  104. ;   Warning message: Unknown catalog translation command.
  105. msgUnknownCTCommand
  106. ;Unknown catalog translation command.
  107. ;   Error message: Missing catalog translation version.
  108. msgNoCTVersion
  109. ;Missing catalog translation version.
  110. ;   Error message: Missing catalog translation language.
  111. msgNoCTLanguage
  112. ;Missing catalog translation language.
  113. ;   Error message: Cannot open catalog file. Must contain one %s (file name).
  114. msgNoCatalog
  115. ;Cannot open catalog file %s.
  116. ;   Error message: Cannot create catalog translation file. Must contain
  117. ;   one %s (file name).
  118. msgNoNewCTFile
  119. ;Cannot create catalog translation file %s.
  120. ;   Warning message: Unknown identifier. Must contain one %s (identifier).
  121. msgUnknownIdentifier
  122. ;%s missing in catalog description.
  123. ;   Error message: No source description file. Must contain one %s (file
  124. ;   name).
  125. msgNoSourceDescription
  126. ;Cannot open source description file %s.
  127. ;   Error message: No source file. Must contain one %s (file name).
  128. msgNoSource
  129. ;Cannot open source file %s.
  130. ;   Warning message: Unknown string type
  131. msgUnknownStringType
  132. ;Unknown string type.
  133. ;   Warning message: Missing trailing ')' in %(..).
  134. msgNoTerminateBracket
  135. ;Unexpected end of line. (Missing ')')
  136. ;   Usage message
  137. msgUsage
  138. ;Usage:    FlexCat CDFILE/A,CTFILE,CATALOG/K,NEWCTFILE/K,SOURCES/M\n\n\
  139. ;    CDFILE:    catalog description file to scan.\n\
  140. ;    CTFILE:    catalog translation file to scan.\n\
  141. ;    CATALOG:    catalog file to create.\n\
  142. ;    NEWCTFILE:    catalog translation file to create.\n\
  143. ;    SOURCES:    sources to create; must be something like sfile=sdfile,\n\
  144. ;        where sfile is a sourcefile and sdfile is a source\n\
  145. ;        description file.\n
  146. ;   Error message: No catalog translation argument
  147. msgNoCTArgument
  148. ;Creating a catalog needs a catalog translation file as argument.
  149. ;   Warning message: No binary characters.
  150. msgNoBinChars
  151. ;Binary characters in stringtype None.
  152.